home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 217 (1995)(SOMC)(Disk 5 of y)[SMCxxxC30Ix].zip / Amiga General Interest Volume 217 (1995)(SOMC)(Disk 5 of y)[SMCxxxC30Ix].adf / Install-Walker < prev    next >
Text File  |  1995-10-02  |  591b  |  24 lines

  1. if exists lha
  2.    skip loser
  3. else
  4.    echo "Software of the Month Club"
  5. endif
  6. echo "Have you moved the Install Icon to the Partition you"
  7. echo "want to install Walker Object to? ( Y/N )"
  8. ask Continue?
  9. IF WARN
  10.    echo Yes
  11.    c:copy smc217c30i5:lha c:
  12.    echo "Installing Walker Object......."
  13.    lha x smc217c30i5:Walker.lha
  14.    c:delete install-walker.info
  15.    echo "All done Enjoy. "
  16. else
  17.    echo "Maybe later then, bye now........"
  18. endif
  19. quit
  20. LAB loser
  21. echo "You can't install to this Disk.  Please move this icon to  where you want "
  22. echo "Walker Object installed on your Hard-Drive."
  23. wait 5
  24.